tail is a program on Unix and Unix-like systems used to display the tail end of a text file or piped data. ==Syntax== The command-syntax is:
By default, tail will output the last 10 lines of its input to the standard output. With command line options, the amount of output and the units (lines, blocks or bytes) may be changed. In the following example only the last line of the reports is output: